home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 October
/
Chip Ekim 2003.iso
/
prog
/
share
/
vizeon
/
setup.exe
/
AppDir\VizeonCybergirl\games\flashman.swf
/
scripts
/
frame_126
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-08-05
|
391 b
|
20 lines
levelpass += 1;
if(1 < levelpass)
{
levelpass = 0;
setProperty(_root.g1, _visible, false);
setProperty(_root.g2, _visible, false);
setProperty(_root.g3, _visible, false);
setProperty(_root.g4, _visible, false);
setProperty(_root.pacman, _visible, false);
tellTarget("levelanimation")
{
play();
}
stop();
}
else
{
gotoAndPlay(129);
}